home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / L530_523.PPD < prev    next >
Text File  |  1991-12-05  |  16KB  |  397 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Linotype" version 52.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 014124 or 014518
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 5 June 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(Linotype)"
  20. *PSVersion: "(52.3) 508"
  21. *NickName: "Linotronic 530 v52.3"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "1051470"
  25. *ColorDevice: False
  26. *VariablePaperSize: True
  27. *FileSystem: True
  28. *?FileSystem: "save /initializedisk where{pop(True)}{(False)} ifelse = flush restore"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not 
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit 
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 1693dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "119.737"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "letter"
  102. *PageSize Legal: "legal"
  103. *PageSize Ledger: "ledger"
  104. *PageSize Tabloid: "11x17"
  105. *PageSize A3: "a3"
  106. *PageSize A4: "a4"
  107. *PageSize A5: "a5"
  108. *PageSize B5: "b5"
  109. *PageSize Letter.Transverse: "Letter"
  110. *PageSize A4.Transverse: "A4"
  111. *PageSize A5.Transverse: "A5"
  112. *PageSize B5.Transverse: "B5"
  113.  
  114. *?PageSize: "
  115.   save
  116.     /d0 5 dict def d0 begin
  117.       /420_596      (A5.Transverse) def
  118.       /499_709      (B5.Transverse) def
  119.       /596_840      (A4.Transverse) def
  120.       /612_792      (Letter.Transverse) def
  121.       /1224_792     (Ledger) def
  122.       end
  123.     /d1 7 dict def d1 begin
  124.       /596_420      (A5) def
  125.       /709_499      (B5) def
  126.       /792_612      (Letter) def
  127.       /842_596      (A4) def
  128.       /1008_612     (Legal) def
  129.       /1191_840     (A3) def
  130.       /1224_792     (Tabloid) def
  131.       end
  132.     statusdict begin pageparams end
  133.     4 1 roll pop
  134.     /high exch 10 string cvs dup length /hlen exch def def
  135.     /wide exch 10 string cvs def
  136.     /key hlen 1 add wide length add string def
  137.     key 0 high putinterval
  138.     key hlen (_) putinterval
  139.     key hlen 1 add wide putinterval
  140.     0 eq{d0}{d1}ifelse
  141.     key cvn{get}stopped{(Unknown)}if
  142.     = flush
  143.   restore
  144. "
  145. *End
  146.  
  147. *% These entries will set up the frame buffer. Usually used with manual feed.
  148. *DefaultPageRegion: Letter
  149. *PageRegion Letter: "letter"
  150. *PageRegion Legal: "legal"
  151. *PageRegion Note: "note"
  152. *PageRegion Ledger: "ledger"
  153. *PageRegion Tabloid: "11x17"
  154. *PageRegion A3: "a3"
  155. *PageRegion A4: "a4"
  156. *PageRegion A5: "a5"
  157. *PageRegion B5: "b5"
  158. *PageRegion Letter.Transverse: "Letter"
  159. *PageRegion A4.Transverse: "A4"
  160. *PageRegion A5.Transverse: "A5"
  161. *PageRegion B5.Transverse: "B5"
  162.  
  163. *% The following entries provide information about specific paper keywords.
  164. *DefaultImageableArea: Letter
  165. *ImageableArea Letter: "0 1 613 792 "
  166. *ImageableArea Legal: "0 1 613 1008 "
  167. *ImageableArea Ledger: "0 0 1223 794 "
  168. *ImageableArea Tabloid: "0 1 794 1224 "
  169. *ImageableArea A3: "0 1 841 1191 "
  170. *ImageableArea A4: "0 1 598 842 "
  171. *ImageableArea A5: "0 1 420 596 "
  172. *ImageableArea B5: "0 1 500 709 "
  173. *ImageableArea Letter.Transverse: "0 0 611 794 "
  174. *ImageableArea A4.Transverse: "0 0 595 841 "
  175. *ImageableArea A5.Transverse: "0 0 419 598 "
  176. *ImageableArea B5.Transverse: "0 0 498 711 "
  177.  
  178. *?ImageableArea: "
  179.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  180.   newpath clippath pathbbox
  181.   4 -2 roll exch 2 {ceiling cvp} repeat
  182.   exch 2 {floor cvp} repeat flush
  183.  restore
  184. "
  185. *End
  186.  
  187. *% These provide the physical dimensions of the paper (by keyword)
  188. *DefaultPaperDimension: Letter
  189. *PaperDimension Letter: "612 792"
  190. *PaperDimension Legal: "612 1008"
  191. *PaperDimension Ledger: "1224 792"
  192. *PaperDimension Tabloid: "792 1224"
  193. *PaperDimension A3: "842 1190"
  194. *PaperDimension A4: "595 842"
  195. *PaperDimension A5: "420 595"
  196. *PaperDimension B5: "516 729"
  197. *PaperDimension Letter.Transverse: "792 612"
  198. *PaperDimension A4.Transverse: "842 595"
  199. *PaperDimension A5.Transverse: "595 420"
  200. *PaperDimension B5.Transverse: "729 516"
  201.  
  202. *DefaultOutputOrder: Normal
  203.  
  204. *% Font Information =====================
  205.  
  206. *DefaultFont: Courier
  207. *Font Courier: Standard "(002.002)"
  208. *Font Courier-Bold: Standard "(002.002)"
  209. *Font Courier-BoldOblique: Standard "(002.002)"
  210. *Font Courier-Oblique: Standard "(002.002)"
  211. *Font Helvetica: Standard "(001.006)"
  212. *Font Helvetica-Bold: Standard "(001.007)"
  213. *Font Helvetica-BoldOblique: Standard "(001.007)"
  214. *Font Helvetica-Narrow: Standard "(001.006)"
  215. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  216. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  217. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  218. *Font Helvetica-Oblique: Standard "(001.006)"
  219. *Font Symbol: Special "(001.003)"
  220. *Font Times-Bold: Standard "(001.007)"
  221. *Font Times-BoldItalic: Standard "(001.009)"
  222. *Font Times-Italic: Standard "(001.007)"
  223. *Font Times-Roman: Standard "(001.007)"
  224.  
  225. *?FontQuery: "
  226. save  4 dict begin /sv exch def
  227. /str (fonts/                              ) def
  228. /st2 128 string def
  229. {
  230.   count 0 gt {
  231.     dup st2 cvs (/) print print (:) print
  232.     dup FontDirectory exch known {pop (Yes)}{
  233.      str exch st2 cvs dup length /len exch def
  234.      6 exch putinterval str 0 len 6 add getinterval mark exch
  235.      { } st2 filenameforall counttomark 0 gt {
  236.       cleartomark (Yes)}{cleartomark (No)}ifelse
  237.     }ifelse = flush
  238.   }{ exit } ifelse
  239. } bind loop
  240. (*) = flush
  241. sv end restore
  242. "
  243. *End
  244.  
  245. *?FontList: "
  246. save  2 dict begin /sv exch def
  247. /str 128 string def
  248. FontDirectory { pop == } bind forall flush
  249. /filenameforall where { 
  250.  pop save (fonts/*) { 
  251.   dup length 6 sub 6 exch getinterval cvn == 
  252.  } bind str filenameforall flush restore
  253. } if 
  254. (*) = flush
  255. sv end restore
  256. "
  257. *End
  258.  
  259. *% Printer Messages (verbatim from printer):
  260. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  261. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  262. *Message: "\FontName\ not found, using Courier"
  263.  
  264. *% Status (format: %%[ status: <one of these> ]%% )
  265. *Status: "idle"
  266. *Status: "busy"
  267. *Status: "waiting"
  268. *Status: "printing"
  269. *Status: "warming up"
  270. *Status: "PrinterError: recorder idle"
  271. *Status: "PrinterError: recorder busy"
  272. *Status: "PrinterError: recorder offline or film problem"
  273. *Status: "PrinterError: recorder not responding"
  274. *Status: "PrinterError: cassette full"
  275. *Status: "PrinterError: recorder active"
  276. *Status: "PrinterError: knife not in end position"
  277. *Status: "PrinterError: cassette error"
  278. *Status: "PrinterError: change cassette"
  279. *Status: "PrinterError: no cassette"
  280. *Status: "PrinterError: knife error"
  281. *Status: "PrinterError: end of film"
  282. *Status: "PrinterError: halt at end of job"
  283.  
  284. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  285. *Source: "serial9"
  286. *Source: "serial25"
  287. *Source: "AppleTalk"
  288. *Source: "Centronics"
  289. *Source: "other"
  290.  
  291. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  292. *PrinterError: "recorder idle"
  293. *PrinterError: "recorder busy"
  294. *PrinterError: "recorder offline or film problem"
  295. *PrinterError: "recorder not responding"
  296. *PrinterError: "cassette full"
  297. *PrinterError: "recorder active"
  298. *PrinterError: "knife not in end position"
  299. *PrinterError: "cassette error"
  300. *PrinterError: "change cassette"
  301. *PrinterError: "no cassette"
  302. *PrinterError: "knife error"
  303. *PrinterError: "end of film"
  304. *PrinterError: "halt at end of job"
  305.  
  306. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  307.  
  308. *% Color Separation Information =====================
  309.  
  310. *DefaultColorSep: ProcessBlack.133lpi.1693dpi/133 lpi / 1693 dpi
  311.  
  312. *InkName: ProcessBlack/Process Black
  313. *InkName: CustomColor/Custom Color
  314. *InkName: ProcessCyan/Process Cyan
  315. *InkName: ProcessMagenta/Process Magenta
  316. *InkName: ProcessYellow/Process Yellow
  317.  
  318. *%  For 101 lpi / 2540 dpi
  319. *ColorSepScreenAngle ProcessBlack.101lpi.2540dpi/101 lpi / 2540 dpi: "45.0"
  320. *ColorSepScreenAngle CustomColor.101lpi.2540dpi/101 lpi / 2540 dpi: "45.0"
  321. *ColorSepScreenAngle ProcessCyan.101lpi.2540dpi/101 lpi / 2540 dpi: "18.4349"
  322. *ColorSepScreenAngle ProcessMagenta.101lpi.2540dpi/101 lpi / 2540 dpi: "71.5651"
  323. *ColorSepScreenAngle ProcessYellow.101lpi.2540dpi/101 lpi / 2540 dpi: "0.0"
  324.  
  325. *ColorSepScreenFreq ProcessBlack.101lpi.2540dpi/101 lpi / 2540 dpi: "89.803"
  326. *ColorSepScreenFreq CustomColor.101lpi.2540dpi/101 lpi / 2540 dpi: "89.803"
  327. *ColorSepScreenFreq ProcessCyan.101lpi.2540dpi/101 lpi / 2540 dpi: "100.402"
  328. *ColorSepScreenFreq ProcessMagenta.101lpi.2540dpi/101 lpi / 2540 dpi: "100.402"
  329. *ColorSepScreenFreq ProcessYellow.101lpi.2540dpi/101 lpi / 2540 dpi: "94.074"
  330.  
  331. *%  For 132 lpi / 2540 dpi
  332. *ColorSepScreenAngle ProcessBlack.132lpi.2540dpi/132 lpi / 2540 dpi: "45.0"
  333. *ColorSepScreenAngle CustomColor.132lpi.2540dpi/132 lpi / 2540 dpi: "45.0"
  334. *ColorSepScreenAngle ProcessCyan.132lpi.2540dpi/132 lpi / 2540 dpi: "18.4349"
  335. *ColorSepScreenAngle ProcessMagenta.132lpi.2540dpi/132 lpi / 2540 dpi: "71.5651"
  336. *ColorSepScreenAngle ProcessYellow.132lpi.2540dpi/132 lpi / 2540 dpi: "0.0"
  337.  
  338. *ColorSepScreenFreq ProcessBlack.132lpi.2540dpi/132 lpi / 2540 dpi: "119.737"
  339. *ColorSepScreenFreq CustomColor.132lpi.2540dpi/132 lpi / 2540 dpi: "119.737"
  340. *ColorSepScreenFreq ProcessCyan.132lpi.2540dpi/132 lpi / 2540 dpi: "133.871"
  341. *ColorSepScreenFreq ProcessMagenta.132lpi.2540dpi/132 lpi / 2540 dpi: "133.871"
  342. *ColorSepScreenFreq ProcessYellow.132lpi.2540dpi/132 lpi / 2540 dpi: "127.0"
  343.  
  344. *%  For 157 lpi / 2540 dpi
  345. *ColorSepScreenAngle ProcessBlack.157lpi.2540dpi/157 lpi / 2540 dpi: "45.0"
  346. *ColorSepScreenAngle CustomColor.157lpi.2540dpi/157 lpi / 2540 dpi: "45.0"
  347. *ColorSepScreenAngle ProcessCyan.157lpi.2540dpi/157 lpi / 2540 dpi: "29.74"
  348. *ColorSepScreenAngle ProcessMagenta.157lpi.2540dpi/157 lpi / 2540 dpi: "66.8"
  349. *ColorSepScreenAngle ProcessYellow.157lpi.2540dpi/157 lpi / 2540 dpi: "0.0"
  350.  
  351. *ColorSepScreenFreq ProcessBlack.157lpi.2540dpi/157 lpi / 2540 dpi: "163.271"
  352. *ColorSepScreenFreq CustomColor.157lpi.2540dpi/157 lpi / 2540 dpi: "163.271"
  353. *ColorSepScreenFreq ProcessCyan.157lpi.2540dpi/157 lpi / 2540 dpi: "157.531"
  354. *ColorSepScreenFreq ProcessMagenta.157lpi.2540dpi/157 lpi / 2540 dpi: "166.751"
  355. *ColorSepScreenFreq ProcessYellow.157lpi.2540dpi/157 lpi / 2540 dpi: "158.75"
  356.  
  357. *%  For 112 lpi / 2032 dpi
  358. *ColorSepScreenAngle ProcessBlack.112lpi.2032dpi/112 lpi / 2032 dpi: "45.0"
  359. *ColorSepScreenAngle CustomColor.112lpi.2032dpi/112 lpi / 2032 dpi: "45.0"
  360. *ColorSepScreenAngle ProcessCyan.112lpi.2032dpi/112 lpi / 2032 dpi: "18.4349"
  361. *ColorSepScreenAngle ProcessMagenta.112lpi.2032dpi/112 lpi / 2032 dpi: "71.5651"
  362. *ColorSepScreenAngle ProcessYellow.112lpi.2032dpi/112 lpi / 2032 dpi: "0.0"
  363.  
  364. *ColorSepScreenFreq ProcessBlack.112lpi.2032dpi/112 lpi / 2032 dpi: "119.634"
  365. *ColorSepScreenFreq CustomColor.112lpi.2032dpi/112 lpi / 2032 dpi: "119.634"
  366. *ColorSepScreenFreq ProcessCyan.112lpi.2032dpi/112 lpi / 2032 dpi: "107.188"
  367. *ColorSepScreenFreq ProcessMagenta.112lpi.2032dpi/112 lpi / 2032 dpi: "107.188"
  368. *ColorSepScreenFreq ProcessYellow.112lpi.2032dpi/112 lpi / 2032 dpi: "112.776"
  369.  
  370. *%  For 89 lpi / 1693 dpi
  371. *ColorSepScreenAngle ProcessBlack.89lpi.1693dpi/89 lpi / 1693 dpi: "45.0"
  372. *ColorSepScreenAngle CustomColor.89lpi.1693dpi/89 lpi / 1693 dpi: "45.0"
  373. *ColorSepScreenAngle ProcessCyan.89lpi.1693dpi/89 lpi / 1693 dpi: "18.4349"
  374. *ColorSepScreenAngle ProcessMagenta.89lpi.1693dpi/89 lpi / 1693 dpi: "71.5651"
  375. *ColorSepScreenAngle ProcessYellow.89lpi.1693dpi/89 lpi / 1693 dpi: "0.0"
  376.  
  377. *ColorSepScreenFreq ProcessBlack.89lpi.1693dpi/89 lpi / 1693 dpi: "79.809"
  378. *ColorSepScreenFreq CustomColor.89lpi.1693dpi/89 lpi / 1693 dpi: "79.809"
  379. *ColorSepScreenFreq ProcessCyan.89lpi.1693dpi/89 lpi / 1693 dpi: "89.229"
  380. *ColorSepScreenFreq ProcessMagenta.89lpi.1693dpi/89 lpi / 1693 dpi: "89.229"
  381. *ColorSepScreenFreq ProcessYellow.89lpi.1693dpi/89 lpi / 1693 dpi: "84.65"
  382.  
  383. *%  For 84 lpi / 1270 dpi
  384. *ColorSepScreenAngle ProcessBlack.84lpi.1270dpi/84 lpi / 1270 dpi: "45.0"
  385. *ColorSepScreenAngle CustomColor.84lpi.1270dpi/84 lpi / 1270 dpi: "45.0"
  386. *ColorSepScreenAngle ProcessCyan.84lpi.1270dpi/84 lpi / 1270 dpi: "18.4349"
  387. *ColorSepScreenAngle ProcessMagenta.84lpi.1270dpi/84 lpi / 1270 dpi: "71.5651"
  388. *ColorSepScreenAngle ProcessYellow.84lpi.1270dpi/84 lpi / 1270 dpi: "0.0"
  389.  
  390. *ColorSepScreenFreq ProcessBlack.84lpi.1270dpi/84 lpi / 1270 dpi: "89.916"
  391. *ColorSepScreenFreq CustomColor.84lpi.1270dpi/84 lpi / 1270 dpi: "89.916"
  392. *ColorSepScreenFreq ProcessCyan.84lpi.1270dpi/84 lpi / 1270 dpi: "80.264"
  393. *ColorSepScreenFreq ProcessMagenta.84lpi.1270dpi/84 lpi / 1270 dpi: "80.264"
  394. *ColorSepScreenFreq ProcessYellow.84lpi.1270dpi/84 lpi / 1270 dpi: "84.582"
  395.  
  396. *% end of PPD file for Linotype